.NET Framework Class Library |
BlockingCollection<(Of <(T>)>)..::.TryAddToAny Method |
BlockingCollection<(Of <(T>)>) Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
TryAddToAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T) |
Attempts to add the specified item to any one of the specified
BlockingCollection<(Of <(T>)>) instances.
| |
TryAddToAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T, Int32) |
Attempts to add the specified item to any one of the specified
BlockingCollection<(Of <(T>)>) instances.
| |
TryAddToAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T, TimeSpan) |
Attempts to add the specified item to any one of the specified
BlockingCollection<(Of <(T>)>) instances.
| |
TryAddToAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T, Int32, CancellationToken) |
Attempts to add the specified item to any one of the specified
BlockingCollection<(Of <(T>)>) instances.
A OperationCanceledException is thrown if the CancellationToken is
canceled.
|